Enable systemd helpers, but do not start the early-boot systemd services on installation
authorSimon McVittie <smcv@debian.org>
Fri, 29 Jan 2016 10:24:37 +0000 (11:24 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 29 Jan 2016 10:42:05 +0000 (11:42 +0100)
debian/changelog
debian/control
debian/rules

index 3f4f10abe851b92bdd048f4e7708fad4e6bcc5f1..87be0383583c064a75d0f1dc01c6967de8dfe9f8 100644 (file)
@@ -15,6 +15,8 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
   * Add a symbols file
   * Add missing dependency on libglib2.0-dev
   * Add an ostree-tests package, and use it for autopkgtest
+  * Enable systemd helpers, but do not start the early-boot systemd services
+    on installation
 
  -- Simon McVittie <smcv@debian.org>  Wed, 27 Jan 2016 13:04:34 +0100
 
index f2fba538dbe84149ed6b9c4e23932dec2a2b2d7a..5a8f06c79ba647302ab707e09bb999c359685c68 100644 (file)
@@ -8,6 +8,7 @@ Build-Depends:
  bison,
  debhelper (>= 9),
  dh-autoreconf,
+ dh-systemd,
  docbook-xml,
  docbook-xsl,
  e2fslibs-dev,
index 18ad63d9a3c0779eae1e1d6633cfca6bb298e436..818005fdf317fdb92d63e82ae12ad1813f6b27fd 100755 (executable)
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-       dh $@ --parallel --with=autoreconf,gir
+       dh $@ --parallel --with=autoreconf,gir,systemd
 
 override_dh_auto_clean:
 
@@ -32,3 +32,6 @@ override_dh_fixperms:
        chmod -v +x debian/tmp/usr/lib/*/ostree/installed-tests/*.js
        chmod -v +x debian/tmp/usr/lib/*/ostree/installed-tests/*.py
        chmod -v +x debian/tmp/usr/lib/*/ostree/installed-tests/*.sh
+
+override_dh_systemd_start:
+       dh_systemd_start --no-start